home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000150_news@columbia.edu_Wed Jan 11 05:57:28 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA17396
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 11 Jan 1995 21:28:32 -0500
  3. Received: by apakabar.cc.columbia.edu id AA17419
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 11 Jan 1995 21:28:31 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!hamblin.math.byu.edu!news.byu.edu!nntp.et.byu.edu!news.kei.com!news.mathworks.com!europa.eng.gtefsd.com!newsxfer.itd.umich.edu!gatech!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Status line is overwritten
  9. Message-Id: <1995Jan11.115728.37354@cc.usu.edu>
  10. Date: 11 Jan 95 11:57:28 MDT
  11. References: <3f0ni6$fic@senior.nectec.or.th>
  12. Organization: Utah State University
  13. Lines: 17
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3f0ni6$fic@senior.nectec.or.th>, sompop@morakot.nectec.or.th (Sompop Kumnoonsate) writes:
  17. > Is there a way to set kermit to display only 24 lines?
  18.     It does.
  19. > I use kermit 3.14 beta 8 to connect to DEC Alpha OSF 3.0.
  20. > The TERM environment is set to VT320.
  21. > DEC always sends <ESC>[25;1H when I use "more" and the next character
  22. > will display over status line.  If the screen is scrolled the first line
  23. > will show the last line of previous screen. But it will be disappeared
  24. > after redraw screen.
  25.     That's a mistake in OSF. Kermit has provided access to the status
  26. line, for many many years, by allowing it to be targeted directly via 
  27. such a cursor steering command. Real VT300's will put the cursor on line
  28. 24 rather than 25 (or whatever the status line is in Kermit, depending
  29. on screen length).
  30.     I suggest having a look at the termcap/terminfo material on
  31. your system and change the item which mistakenly references line 25.
  32.         Joe D.